home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / applications / 57 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.8 KB

  1. Path: sundog.tiac.net!not-for-mail
  2. From: dmeyer@tiac.net (David Meyer)
  3. Newsgroups: comp.sys.amiga.applications
  4. Subject: Re: final calc help
  5. Date: 2 Jan 1996 17:51:24 GMT
  6. Organization: The Internet Access Company
  7. Message-ID: <4cbras$kii@sundog.tiac.net>
  8. References: <4cairc$gjr@crl3.crl.com>
  9. NNTP-Posting-Host: sunspot.tiac.net
  10. X-Newsreader: TIN [UNIX 1.3 950726BETA PL0]
  11.  
  12. Christopher Baker (yogi@crl.com) wrote:
  13. : I am trying to keep track of my stocks and I would like to have the 
  14. : bottom line stuff sepeate from the rest.  My probelm is the fact they 
  15. : chage daily and I would like to have a forumla.  What I want to do is I 
  16. : want to enter the date, how much the stock changed, the gain/loss, the 
  17. : closing price, gain/loss %.
  18. : I have that in a differnt part of the sheet.  IN my bottom section, I 
  19. : would like to have all the formulas so as I enter the data it changes and 
  20. : reflects the change,  Ok, I can put a formula in this one cell and say '=e17'
  21. : it will read that cell, but I would like it to change as I enter the data in,
  22. : I would like it to be like '=e17:e60' and have that change box in my 
  23. : bottom reflect the change on a day to day basis.
  24.     Just on a daily basis? Not over a period of time? For starters, 
  25. your '=e17:e60' "formula" says nothing at all to the program. The = tells 
  26. the computer to perform the following function on the following data, 
  27. then you provide the data with no function intervening. As for following 
  28. _both_ the closing price _and_ the change, why enter that yourself when 
  29. the computer can figure one out when given the other? 
  30.     Possible solutions include complicated formulas and brute force. 
  31. Let's try brute force. You have twenty stocks to follow on a daily basis. 
  32. Seems painfully short-term for me, but I'm sure you have your reasons. 
  33. Enter the names of the stocks to be tracked in A2:A21 then the latest 
  34. quote in B2:B21. Tomorrow enter the latest quote in C2:C21. Add formulas 
  35. in columns D, E, F and G to extract information from the numbers in 
  36. columns B and C. D might be '=C2-B2' to provide growth while E might be 
  37. '=D2/B2' to indicate percentage of growth. (just put your formula in row 
  38. 2, then Copy it and Paste it to all other rows) Next day, Cut column B 
  39. and Insert a new column C - the formulas will still work. (I have not 
  40. tried this in Final Calc, it works elsewhere) If you are following less 
  41. than a dozen stocks you can change the perspective and have your totals 
  42. on the bottom. You could also maintain a database of two weeks worth of 
  43. numbers on one screen, tracking Daily Change, Weekly Change, and 
  44. Bi-Monthly Change. 
  45.  
  46. : I have tried to do a formula roam, and then a paste of the range. It wont 
  47. : work.
  48.  
  49.     Formula "roam"? Ah! Checked the Index. Doesn't look at all like it 
  50. will help you automate your creation. Does look like it's an interactive 
  51. tool. 
  52.  
  53.